UserAgentData

public interface UserAgentData

Represents information about the browser and operating system of a user.

Since

8.4.0

Types

Link copied to clipboard
public final class Builder
A builder of UserAgentData.

Functions

Link copied to clipboard
Returns the architecture of the platform on which a given user agent is executing (e.g.
Link copied to clipboard
public String bitness()
Returns the bitness of the architecture of the platform on which a given user agent is executing (e.g.
Link copied to clipboard
Returns the list of brands of the user-agent.
Link copied to clipboard
Returns the list of form factors associated with the device of the user agent.
Link copied to clipboard
Returns the full version of the user-agent (e.g.
Link copied to clipboard
public boolean isMobile()
Returns whether the user agent is running on a mobile device (e.g.
Link copied to clipboard
public boolean isWow64()
Returns whether the user agent binary is running in 32-bit mode on 64-bit Windows.
Link copied to clipboard
public String model()
Returns the model of the device on which a given user agent is executing.
Link copied to clipboard
Create a new UserAgentData builder.
Link copied to clipboard
public String platform()
Returns the platform on which a given user agent is executing (e.g.
Link copied to clipboard
Returns the platform version on which a given user agent is executing.